treeview: restrict the multipress gesture to GDK_BUTTON_PRIMARY
authorCarlos Garnacho <carlosg@gnome.org>
Sun, 1 Jun 2014 18:20:08 +0000 (20:20 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Sun, 1 Jun 2014 19:57:15 +0000 (21:57 +0200)
commit541ed65a51ce4b389f19cdd942d117d90fe0a0b2
treefc206fc8f3e9deb81f86118966d2e097a6fe11f5
parenta3cd0ee7d8a610feff39984254306cec4a6c9c73
treeview: restrict the multipress gesture to GDK_BUTTON_PRIMARY

::row-activated only used to be triggered by GDK_BUTTON_PRIMARY, so make
the multipress gesture handling this now to be only triggered by that same
button.

https://bugzilla.gnome.org/show_bug.cgi?id=731020
gtk/gtktreeview.c